home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1348 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  314b  |  17 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.d02 & _root.naX(5))
  4.    {
  5.       if(_root.poz == "h" | _root.poz == "g")
  6.       {
  7.          _root.poz = "b";
  8.       }
  9.       _root.pepa.gotoAndPlay(_root.poz add "c");
  10.    }
  11.    else
  12.    {
  13.       _root.hideall();
  14.       _root.d_zlodejicek.i = "drozka";
  15.    }
  16. }
  17.